/* public */
@charset "utf-8";
*{padding:0; margin:0 auto;} /* IE8*/
*+html *{padding:0; margin:0;}
* {margin:0; padding:0;}
body{ -webkit-text-size-adjust: none;color:#444;}
body{font-family:"微软雅黑";}
div{font-size:14px; text-align:left;margin:0 auto;}
a { color:#444; text-decoration: none; outline:medium none; }
a:hover { color: #f00; } 
ul,li{padding:0px; margin:0px; list-style-type:none; list-style: none;}
img{border:none;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
.clear:after{
  content: "";
  clear: both;
  display: table;
}
.transparent{background:transparent;}
.left{float:left;}
.right{float:right;}
.white{color:#fff;}
.white a{color:#fff;}
.bold{font-weight:bold}
.ari{font-family:"微软雅黑";}
.container{
	width: 1001px;
	margin: 0 auto;
}

/*top*/
.left {float: left;}
.right {float: right;}
.clear:after {content: "";clear: both;display: table;}
.header__top {height: 40px;background: #EEEEEE;}
.container {width: 1001px;margin: 0 auto;}
.login{padding-top: 8px;}
.rl_box{height: 40px;line-height: 40px;font-size: 14px;}
.login li{border-right: 1px solid #ccc;float: left;font-size: 13px;text-align: center;padding: 0px 12px;}
.login li a{color: #656565;}
/* public */
/*
//写在banner js里了
.header__top{
	height: 40px;
	background: #EEEEEE;
}
.date,.weather{
	line-height: 40px;
	color: #656565;
	font-size: 13px;
}
.weather{
	padding-left: 10px;
}
.login{
	padding-top: 8px;
}
.login li{
	border-right: 1px solid #ccc;
	float: left;
	font-size: 13px;
	text-align: center;
	padding: 0px 12px;
}
.login li a{
	color: #656565;
}
.header__center{
	height: 86px;
	padding-top: 23px;
}
.header__nav {
}
.subnav{
	padding-top: 13px;
	padding-left: 45px;
    width: 50px;
    height: 37px;
}
.subnav a{
	color: #D1010D;
	display: block;
	float: left;
    line-height: 37px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
	cursor:pointer;
    
}
.nav{
    padding-top: 10px;
}
.nav li{
	float: left;
	padding: 0px 5px;
	padding-top: 10px;
	font-size: 16px;
	text-align: center;
    line-height: 61px;
}
.home{
    background: url(home.png) top center no-repeat;
}
.newspaper{
    background: url(newspaper.png) top center no-repeat;
}
.xinxgk{
    background: url(xinxgk.png) top center no-repeat;
}
.bshf{
    background: url(bshf.png) top center no-repeat;
}
.hudjl{
    background: url(hudjl.png) top center no-repeat;
}
.home:hover{
    background: url(home-hover.png) top center no-repeat;
}
.newspaper:hover{
    background: url(newspaper-hover.png) top center no-repeat;
}
.xinxgk:hover{
    background: url(xinxgk-hover.png) top center no-repeat;
}
.bshf:hover{
    background: url(bshf-hover.png) top center no-repeat;
}
.hudjl:hover{
    background: url(hudjl-hover.png) top center no-repeat;
}
.nav li a{
	color: #285793;
	display: block;
	height: 64px;
	width: 94px;
}
.nav li a:hover{
	color: #D1010D;
	border-bottom: 3px solid #D1010D;
}
*/
.header__down{
	background: url(backg.jpg) top center no-repeat;
	height: 482px;
	position: relative;
}
.search{
    height: 48px;
    overflow: hidden;
    position: relative;
    width: 460px;
    margin: 0 auto;
    padding-top: 100px;
	z-index:10;
}

.search_index{
    height: 48px;
    overflow: hidden;
    position: relative;
    width: 460px;
    margin: 0 auto;
    padding-top: 100px;
	z-index:10;
}

.search_index_wj{ width: 450px; position:absolute; padding-top: 100px; z-index:9999;  margin-left:300px;}
/*
//写在检索 js里了
.search_index_wj .xss{background:url(s_text_bg.png) no-repeat; width:388px; height:45px; line-height:45px; font-size: 16px; font-family:微软雅黑; border:none; text-indent:20px;}
.search_index_wj .bss{ background:url(s_but_bg.png) no-repeat; cursor:pointer; border:none; width:45px; height:45px;}
*/

.sea{
    position: absolute;
    top: 7px;
    left: 7px;
}
.search input[type=submit] {
    background: none;
    border: none;
}
.search_index input[type=submit] {
    background: none;
    border: none;
}
.search input[type=text] {
    outline: none;
    border: none;
    padding: 10px 40px 14px 18px;
    width: 330px;
    color: #454551;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
	font-family:微软雅黑;
	background:url(s_text_bg.png) no-repeat;
}
.search_index input[type=text] {
    outline: none;
    border: none;
    padding: 10px 40px 14px 18px;
    width: 330px;
    color: #454551;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
	font-family:微软雅黑;
	background:url(s_text_bg.png) no-repeat;
}
.svg-icon{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 552px;
    top: 101px;
    display: inline-block;
    overflow: hidden;
    fill: currentColor;
    background: #C33829;
    color: #fff;
	background:url(s_but_bg.png)
}
.column{
	margin-top: 12px;
}
#sidetopic {
    height: 81px;
    overflow: hidden;
    position: relative;
    background: #EDEDED;
}
#sidetopic b {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}
#block {
    width: 900px;
    position: absolute;
    left: 50px;
    top: 15px;
}
.featureul {
    height: 55px;
    overflow: hidden;
}
.featurebox {
    height: 55px;
    float: left;
    width: 215px;
    overflow: hidden;
    margin: 0 5px;
}
#sidetopic .prev {
    width: 28px;
    display: block;
    float: left;
    height: 28px;
    top: 28px;
    left: 7px;
    position: absolute;
}
#sidetopic .icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    font-size: 32px;
    color: #ccc;
}
#sidetopic .next {
    position: absolute;
    width: 28px;
    display: block;
    height: 28px;
    top: 28px;
    right: 11px;
}
.dynamic{
	width: 310px;
}
.dynamic__title{
	border-bottom: 1px solid #ccc;
	height: 38px;
}
.dynamic__title{
	line-height: 38px;
}
.zxdt{
	display: block;
	float: left;
	color: #0C377D;
	font-size: 18px;
	font-weight: bold;
	width: 90px;
	text-align: center;
}
.more{
	display: block;
	float: right;
	width: 54px;
	text-align: center;
	color: #656565;
	font-size: 12px;
}
.dynamic__content h3 a{
	font-size: 14px;
	/* color: #C52F31; */
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 35px;
}
.dynamic__content p{
	font-size: 13px;
	color: #555555;
	
	border-bottom: solid 1px #ccc;
	line-height: 27px;
}
.dynamic__content ul{
	margin-top: 10px;
}
.dynamic__content li{
	font-size: 14px;
    color: #333333;
    position: relative;
    line-height: 26px;
    background: url("point.jpg") -4px 9px no-repeat;
    padding-left: 10px;
}
.dynamic__content li span {
	color: #999999;
	font-size: 14px;
	position: absolute;
	right: 0px;
}
.interrogate{
	width: 330px;
	height: 261px;
	padding: 0px 8px 9px 11px;
	background: #ECF4F6;
	margin-left: 15px;
}
.interrogate li{
	display: block;
	width: 159px;
	height: 79px;
	float: left;
	margin-top: 8px;
}
/*.interrogate li img{
    padding-top: 17px;
    padding-left: 3px;
}
.interrogate li.hjr img{
    padding-left: 5px;
}
.interrogate li.fxry img{
    padding-left: 7px;
}
.interrogate li.jcxx img{
    padding-left: 7px;
    padding-top: 24px;
}
.interrogate li.bszn img{
    padding-left: 7px;
    padding-top: 22px;
}
.interrogate li.bmhd img{
    padding-top: 22px;
}*/
.fxry{
	background: #7F9FD9;
}
.jcxx{
	background: #93C7DF;
	margin-left: 12px;
}
.hjr{
	background: #E896BE;
}
.bszn{
	background: #6BCBE1;
	margin-left: 12px;
}
.bmhd{
	background: #E57B6B;
}
.cjs{
	background: #F8B949;
	margin-left: 12px;
}
.interrogate li a{
	display: block;
    color: #fff;
    width: 104px;
    font-size: 21px;
    text-align: center;
    float: left;
}
.jcxx,.bszn,.bmhd{
	line-height: 60px;
}
.ywxx{
	display: block;
	float: left;
	color: #D5111B;
	font-size: 18px;
	font-weight: bold;
	width: 90px;
	text-align: center;
}
#footer-link {
    width: 998px;
    border: 1px solid #ccc;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    background: #fff;
    margin: 0 auto;
    margin-top: 12px;
}

#footer-link .tt {
    color: #0C377D;
    padding: 0 34px;
    font-size: 16px;
    float:left;
    font-weight: bold;
}

#footer-link .hover {
    color: #F48744
}

#footer-link .hover .icon-down {
    display: none
}

#footer-link .hover .icon-up {
    display: block
}

#footer-link .hover em {
    top: 10px
}

#footer-link .icon-up {
    display: none
}

#footer-link a {
    border-left: solid 1px #ccc;
    display: block;
    float: left;
    padding: 0 86px;
    position: relative;
    text-decoration: none;
    color: #666
}

#footer-link a em {
    position: absolute;
    right: 5px;
    top: 6px;
    display: block;
    width: 20px;
    height: 20px;
    color: #ccc
}

#footer-link a em .icon {
    fill: currentColor;
    width: 20px;
    height: 20px
}
.footer-link-list{
	margin-left:1px;	
}
.link-a {
    border: 1px solid #ccc;
    border-top: 0px;
    width: 974px;
    z-index: 10;
    background: #fff;
  	display: none;
    padding: 15px 12px 0 12px;
}

.link-a a {
    float: left;
    color: gray;
    line-height: 28px;
    display: block;
    width: 190px;
	text-indent:6px; 
}

.scrollbar-macosx {
    height: 222px;
    overflow: hidden
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-macosx>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
    display: none
}

.scrollbar-macosx>.scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7
}

.scrollbar-macosx>.scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-macosx>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}




/* style */
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

/* =======================================================================================
Example showing how to change the color/size of the icons:
.icon-name {
	font-size: 32px; // works because "width" & "height" were set using em units
	color: red; // works for single-colored icons, because "fill" was set to "currentColor"
}
======================================================================================== */

.icon-map-pin {
	width: 0.75em;
}

.icon-triangle-down {
	width: 0.7490234375em;
}
.icon-map-pin{
	font-size: 35px;
	color: #D1010D;
}
.icon-triangle-down{
	font-size: 14px;
}
.icon-home-outline,.icon-newspaper,.icon-book,.icon-head,.icon-comments{
	font-size: 36px;
}
.icon-news, .icon-mail-envelope-closed, .icon-search1, .icon-smiling-face, .icon-comments1, .icon-align-left{
	font-size: 28px;
	color: #fff;
	float: right;
	padding-top: 18px;
}
.icon-folder{
	font-size: 26px;
	color: #D05946;
    float: left;
    padding-top: 6px;
    padding-left: 4px;
}
.icon-wechat,.icon-sina-weibo,.icon-phone_iphone{
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding: 5px 0px 0px 4px;
}
.icon-play{
	color: #ccc;
}
/* 专题图片滚动 by gcd 2016.6.29 */
.box {height:81px; float:left; width:900px; overflow: hidden; position:relative; background:#EDEDED;margin-top:12px;margin-bottom:12px;} 
.box
 li { display:block; float:left; margin-left:5px; margin-right:5px; 
width:215px; margin-top:12px;
height:55px;background:#BBB;font-size:50px;color:#ccc;line-height:66px;text-decoration:none;text-align:center;
 cursor:pointer;} 
.box li:hover { color:#999; } 
.box li.active { background-position:-174px 0; color:#555;cursor:default;} 
a.prev,
 a.next {background:url(prev.png) 
no-repeat 0 0; display:block;width:50px;height:82px; float:left; 
 cursor:pointer;margin-top:12px;} 
a.next { background-image:url(next.png)} 
.scroll_list{ width:10000em; position:absolute; } 